home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 25 / AACD 25.iso / AACD / Sound / MSE / modules / Test / Test2.rexx < prev   
Encoding:
OS/2 REXX Batch file  |  1998-09-03  |  176 b   |  19 lines

  1. /*
  2.         Test2.rexx
  3.  
  4.         MSE Calculation demo
  5. */
  6.  
  7.  
  8. /*address "MSE.1"*/
  9. options results
  10.  
  11. 'GetGad' 9 VALUE
  12. Gad1 = RESULT
  13. 'GetGad' 10 VALUE
  14. Gad2 = RESULT
  15.  
  16.  
  17. 'SetGad' 11 Gad1 + Gad2
  18. exit
  19.